Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2021

Bumps typescript from 4.3.5 to 4.4.2.

Release notes

Sourced from typescript's releases.

TypeScript 4.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2021
@dependabot dependabot bot requested review from apupier and lhein August 26, 2021 21:09
@apupier
Copy link
Member

apupier commented Aug 30, 2021

162    throw new Error(error);
                       ~~~~~

src/extensionFunctions.ts:431:77 - error TS2571: Object is of type 'unknown'.

431   sendTextToOutputChannel(`--CLI command ${testCommand} failed with error ${error.status}`);
                                                                                ~~~~~

src/extensionFunctions.ts:568:19 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | undefined'.
  Type 'unknown' is not assignable to type 'string'.

568   throw new Error(error);
                      ~~~~~

src/extensionFunctions.ts:587:19 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | undefined'.
  Type 'unknown' is not assignable to type 'string'.

587   throw new Error(error);
                      ~~~~~

src/test/suite/didact.test.ts:102:16 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | Error | undefined'.
  Type 'unknown' is not assignable to type 'Error'.

102    assert.fail(error);
                   ~~~~~

src/test/suite/didact.test.ts:117:16 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | Error | undefined'.
  Type 'unknown' is not assignable to type 'Error'.

117    assert.fail(error);
                   ~~~~~

src/test/suite/didact.test.ts:307:15 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | Error | undefined'.
  Type 'unknown' is not assignable to type 'Error'.

307   assert.fail(error);
                  ~~~~~

src/test/suite/stubDemoTutorial.test.ts:91:10 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string | Error | undefined'.
  Type 'unknown' is not assignable to type 'Error'.

91     fail(error);
            ~~~~~

src/utils.ts:531:52 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.

531   await extensionFunctions.sendTextToOutputChannel(ex);

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-4.4.2 branch 6 times, most recently from f34b68d to 5a3e557 Compare September 6, 2021 11:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-4.4.2 branch 2 times, most recently from 1f9edb6 to e3a1290 Compare September 10, 2021 07:34
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-4.4.2 branch from e3a1290 to e004ca0 Compare September 10, 2021 07:48
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 13, 2021

Superseded by #715.

@dependabot dependabot bot closed this Sep 13, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-4.4.2 branch September 13, 2021 21:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant